fix: duplicated "on" in cookiejar.py comment#12534
Conversation
Signed-off-by: Maya Chen <275405107+otjdiepluong@users.noreply.github.com>
Merging this PR will improve performance by 8.77%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ⚡ | test_client_send_large_websocket_compressed_messages[zlib_ng.zlib_ng] |
30 ms | 27.5 ms | +8.77% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing otjdiepluong:fix/duplicated-on-in-cookiejar-comment (52b7d26) with master (7eb0e80)
Footnotes
-
69 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #12534 +/- ##
=======================================
Coverage 98.94% 98.94%
=======================================
Files 131 131
Lines 46622 46622
Branches 2414 2414
=======================================
Hits 46132 46132
Misses 367 367
Partials 123 123
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
One-line typo fix in
aiohttp/cookiejar.py: "# cookies set on on filtered are fully constructed" → "# cookies set on filtered are fully constructed". No code/behavior change.